﻿@charset "utf-8";

body{
	min-width: 1300px;
}
.mb{
	display:none;
}

/* 引导页 */
body#guide{
	width: 100%;
	min-height: 100%;
	background: url(../images/bodybg.png) no-repeat;
	background-size: 100% 100%;
}
#guide .content{
	width: 904px;
	height: 555px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -278px 0 0 -452px;
}
#guide .content a{
	display: block;
}

/* 版心 */
.layout{
	width: 1300px;
	margin: 0 auto;
}
a{
    text-decoration: none;
    color: #424242;
}
a:hover{
    text-decoration: underline;
    color: #2f72b6;
}
a.more-link{
	font-size: 12px;
	color: #2f72b6;
	text-decoration: underline;
}
a.emailBag{
	font-size:16px
}
/* 标题样式 */
h2.th1{
	height: 39px;
	background: #e0edf9;
	margin-bottom: 10px;
}
h2.th1 span{
	display: block;
	width: 134px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 39px;
	background: #2f72b6;
}
.Notice h2.th1 span{
	width: 130px;
}
h2.th2{
	height: 50px;
	background: #f5f5f5;
	border-bottom: 1px solid #2f72b6;
	color: #2f72b6;
	font-size: 22px;
	line-height: 50px;
	padding: 0 0 0 22px;
}

/* header部分 */
.header-top{
	height: 46px;
	background: url(../images/headertop.png) top repeat-x;
	color: #2f72b6;
	line-height: 46px;
	text-align: right;
	font-size: 12px;
}
.header-top a{
	color: #2f72b6;
}

.header-top input,.header-top select{
	width: 120px;
	height: 28px;
	background: url(../images/searchicon.png) 6px center no-repeat #fff;
	padding: 0 8px 0 32px;
	margin: 0 0 0 12px;
	vertical-align: middle;
	color: #969696;
}
.header-top select{
	width:140px;
}

.header-top #Hsearch{
	display: inline-block;
	height: 28px;
	width: 62px;
	background: url(../images/Hsearch.png) no-repeat;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	vertical-align: middle;
	margin: 0 0 0 -5px;
}
.header-banner{
	font-size: 0;
}
.header-banner img{
	width: 100%;
	height: auto;
}
.header-nav{
	height: 52px;
	background: url(../images/navline.png) top repeat-x;
}
.header-nav li{
	float: left;
}
.header-nav li a{
	display: block;
	text-align: center;
	font: 18px/50px "宋体";
	color: #fff;
	padding: 0 16px;
	font-weight:bold;
}
.header-nav li a:hover,.header-nav li a.navcurrent{
	text-decoration: none;
	background: #318ce8;
}
/* footer部分 */
.footer{
	color: #fff;
	font-size: 12px;
	margin: 30px 0 0;
	background: url(../images/footerbg01.png) repeat-x;
	height: 318px;
	z-index:500;
}
.footer h6{
	color: #00223e;
	font-size: 14px;
	margin: 0px 0 14px;
}
.footer .Friend-link{
	width: 1026px;
	float: left;
	margin-top:20px;
	padding:0 10px;

}
.footer a{
	font-size: 12px;
	line-height: 30px;
	color: #495a6a;
}
.Friend-link div{
	width: 205px;
	float: left;
}
.Friend-link div a{
	display: block;
}
.footer .Local-organization{
	width: 188px;
	float: right;
	border-left: 1px solid #b8c2cb;
	padding: 0 15px 0 50px;
	margin-top:20px;
}

.Local-organization a{
	padding-right: 6px;
}
.footer p{
	text-align: center;
	line-height: 10px;
}
.footer-copy{
	margin-top: 50px;
	padding: 8px 0 0;
}
.footer-copy a{color:#fff;}
.main{
	background: url(../images/mainbg.png) top no-repeat;
	padding-top: 30px;
}
/* index页面 */
.main-newsL{
	float: left;
	width: 996px;
}
.main-newsR{
	width: 289px;
	float: right;
}
.Focus-newsL{
	position: relative;
	width: 554px;
	float: left;
	height:369px;
}
#picNew{
	width: 554px;
	height:369px;
}
.Focus-newsL img{
	width: 554px;
	height:369px;
}
#picNew .swiper-slide{
	width: 554px;
	height:369px;
	position: relative;
	cursor:default;
}
.Focus-newsL p{
	width: 500px;
	position: absolute;
	bottom: 0;
	line-height: 52px;
	background-color:#000000;
	opacity:0.6;
	filter:alpha(opacity=60);
	padding: 0 27px;
	overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    height:52px;
}
.Focus-newsL p a{
	color: #fff;
}
.Focus-newsR{
	width: 442px;
	float: left;
	height: 369px;
	overflow: hidden;
	background: #f2f2f2;
	position: relative;
}
/* 新闻列表 */
.news-details{
	padding: 0 15px;
	overflow: hidden;
}
.news-details a{
	display: block;
	padding-left: 20px; 
	line-height: 30px; 
	height: 30px; 
	overflow: hidden; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	white-space:nowrap;
}
.news-details a.more-link,.Notice .news-details a.more-link{
	position: absolute;
	bottom: 12px;
	right: 18px;
	text-align: right;
	background: none;
}
/* 小三角icon */
.triangle a{
	background: url(../images/newsicon.png) left center no-repeat; 
	line-height: 32px; 
	height: 32px; 
}
.triangle a:hover{
	background: url(../images/newsiconC.png) left center no-repeat; 
}
/* 电子公告 */
.Notice{
	background: #f2f2f2;
	position: relative;
	margin: 15px 0 15px 0;

}
.Notice .news-details a{
	line-height: 22px;
	/* height: auto; */
	margin-bottom: 10px;
	background: url(../images/newsicon2.png) left 8px no-repeat;
	/* white-space:normal; */
}

/* 省份icon */
.province a,.news-details a.more-link:hover{
	background: none;
}
.province{
	padding: 20px 15px 0 0;
}
.province span{
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: #2f72b6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin: -3px 6px 0 0;
}
/* 圆icon */
.circle a{
	background: url(../images/newsicon2.png) left center no-repeat;
}
/* 圆icon + 省份icon */
.province.circle a,.InstitutionList .news-details a{
	background: url(../images/newsicon2.png) 23px center no-repeat;
	padding-left:38px;
	width:290px;
	float:left;
	display:block;
}
.province.circle span,.InstitutionList .news-details span{
	float:right;
	line-height:30px;
	width:94px;
	display:block;
}
.province.circle span{
	background:none;
	font-size:14px;
	line-height:31px;
	height:30px;
	color:#424242;
	vertical-align: top;
	margin:0;padding:0;
	padding-right:4px;
}
.province.place a{
	width:290px;
	
}
.province.place .city{
	width:auto;
	float:none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: #2f72b6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin: -3px 6px 0 0;
}
.province.circle{
	padding: 0 15px 0 0;
}
.province.circle img{
	margin: 0 0 0 6px;
}
.InstitutionList .news-details{
	padding: 10px 15px 15px 0;
}
/* news-day */
.news-day{
	padding: 0;
}
.news-day span{
	float: right;
	width: 94px;
	line-height: 30px;
}

.Political-tab .news-day a{
	float: left;
	width: 330px;
}
.Political-tab .news-details a.more-link{
	right: 22px;
	bottom:6px;
}

#Basic-dynamic .Political-content{
	padding: 30px 20px 40px;
}
#Basic-dynamic a.more-link{
	bottom: 20px;
}

#tab1-2 .Political-content{
	padding: 31px 20px;
}
/* news-details高度限制 */
/*.Political-nav{
	padding-bottom: 20px;
}*/
.Political-nav .news-details{
	height: 210px;
}
.Focus-newsR .news-details{
	height: 288px;
}
.local-newsR .news-details{
	height: 300px;
}
.Local-newsL .news-details{
	height: 600px;
}
/* banner */
.img-floatL{
	float: left;
	font-size: 0;
}
.img-floatR{
	float: right;
	font-size: 0;
}
/* banner1轮播部分开始 */
/* leaders轮播部分开始 */
.banner1{
	width: 1300px;
	height: 90px;
	overflow:hidden; 
	position: relative;
	margin: 0 0 15px;
}
.banner1-in{
	width:950%; 
	position: absolute; 
	height: 90px; 
	top: 0; 
	left: 0;
}
.banner1 ul{
	float: left;
}
.banner1 li{
	float: left; 
	width: 642px; 
	height: 90px; 
	padding-right: 16px; 
}
.banner1 li a{
	display: block;
}
.banner1 li a img{
	width: 100%;
	height: 90px;
}
/* .banner1 .img-floatL,.banner1 .img-floatR{
	width: 642px;
} */
.banner2 .img-floatL{
	width: 1096px;
}
.banner2 .img-floatL img{
	margin-right: 15px;
}
.banner2 .img-floatR{
	width: 204px;
}

.local-news{
	width: 996px;
	height: 355px;
	overflow:hidden;
	background: url(../images/local-news.png) no-repeat;
	margin: 15px 0;
	position: relative;
}
.local-newsL{
	width: 470px;
	float: left;
}
.local-newsR{
	width: 526px;
	float: left;
	height: 100%;
}

#video{
	height: 369px;
	margin-bottom: 15px;
}



.other-content{
	display: none;
	padding-bottom: 40px;
}
.other-content .news-details{
	height: 270px;
	overflow: hidden;
}
.other-tab .other-nav{
	width: 490px;
	float: left;
	background: #f2f2f2;
	margin-right: 14px;
	position: relative;
}
.other-nav ul{
	border-bottom: 2px solid #2f72b6;
	margin-bottom: 10px;
}
.other-nav ul li{
	float: left;
	background: #e0edf9;
	text-align: center;
	line-height: 41px;
	width: 162px;
	margin-right: 2px;
	font-size: 16px;
	color: #2f72b6;
	cursor:pointer;
}
.other-nav ul li:hover,.other-nav ul li.tabcurrent{
	background: #2f72b6;
	color: #fff;
	font-weight: bold;
}

/* 右侧专题 */
#thematic a{
	display: block;
	cursor: pointer;
}
#thematic a.more-link{
	display: inline;
}
#thematic img{
	margin: 5px 0 15px;
}
.thematic{
	background: #f2f2f2;
	padding: 10px;
	margin: 0 0 15px;
}
#thematic .thematic img{
	margin: 0;
}
.thematic h5{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 13px;
	line-height: 20px;
}
.thematic h5 a{
	float: right;
	vertical-align: middle;
}


/* 参政议政 */
.main h4,.main h4 a{
	margin: -10px 0 25px;
	font-size: 12px;
	color: #535353;
}
.main h4 a:hover{
	text-decoration: none;
	color: #2f72b6;
}
.main h4 span{
	color: #2f72b6;
}
.main h4 span a{
	color: #2f72b6;
	font-size:16px;
	cursor:pointer;
}
.Political-nav0ut{
	width: 1011px;
	float: left;
}
.Political-nav{
	width: 488px;
	float: left;
	margin:0 14px 15px 0;
	position: relative;
	border: 1px solid #d7d7d7;
}
.Political-thematic{
	width: 289px;
	float: right;
}
.Political-tab h3{
	background: url(../images/thbg.png) no-repeat;
	height: 51px;
	font-size: 22px;
	color: #fff;
	line-height: 51px;
	padding: 0 0 0 22px;
}
.Political-tab h3.longPng{
	background: url(../images/thbg2.png) no-repeat;
	height: 51px;
	font-size: 22px;
	color: #fff;
	line-height: 51px;
	padding: 0 0 0 22px;
}
.Political-tab h3.longPng2{
	background: url(../images/thbg3.png) no-repeat;
	height: 51px;
	font-size: 22px;
	color: #fff;
	line-height: 51px;
	padding: 0 0 0 22px;
}
.Political-content{
	padding: 20px;
}
.Political-content .Political-th{
	height: 97px;
	background:#f2f2f2;
	margin: 0 0 10px;
	display:block;
}
.Political-th img{
	margin-right: 20px;
	/*width:120px;*/
	height:97px;
}
.Political-th div{
	padding: 10px 20px;
	line-height: 22px;
}
.Political-th h5{
	font-weight: bold;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
/* .Political-th p{
	font-size: 12px;
} */

/* 地方要闻 */
.Local-newsL{
	width: 994px;
	float: left;
	border: 1px solid #d7d7d7;
	margin: 0 0 15px;
}
.Local-newsDL,.Local-newsDR{
	width: 50%;
	float: left;
	padding: 15px 0;

}
.Local-newsDR .news-details{
	border-left: 1px dashed #dcdcdc;
}
/* 新闻详情demo */
.news-demo{
	border: 1px solid #dcdcdc;
	margin: 0 0 15px;
}
.news-demo-th{
	background: #f2f2f2;
	text-align: center;
	padding: 17px 0 15px;
}
.news-demo-th h2{
	font-size: 24px;
	color: #2f72b6;
	margin-bottom: 8px;
}
.news-demo-th p{
	font-size: 22px;
	color: #2f72b6;
}
.news-demo-in{
	padding: 22px 35px 40px;
}
.news-demo-in h5{
	color: #535353;
	margin: 0 0 30px;
}
.news-demo-in h5 span{
	float: right;
}
.news-demo-img{
	padding: 0 120px;
}
.news-demo-img dl{
	width: 450px;
	float: left;
	margin: 0 20px;
	text-align: center;
}
.news-demo-img dl img{
	width: 100%;
}
.news-demo-img dl dd{
	padding: 15px;
	color: #000;
	overflow: hidden; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	white-space:nowrap;
}
.news-demo-details p{
	color: #000;
	line-height: 22px;
	margin: 16px 0 0 !important;
	text-indent: 2em;
}

.news-demo-details p.edit{
	height: 120px;
}
.news-demo-details p.edit span{
	float: right;
}
.print-btn{
	position: relative;
}
.print-btn img{
	display: block;
	width: 1214px;
}
.print-btn a{
	position: absolute;
	display: block;
	width: 100px;
	height: 34px;
	bottom: 0;
}


.print-btn a.home-page{
	right: 495px;
	top:0;
	margin:0;
}
.print-btn a.Print{
	right: 605px;
	top:0;
	margin:0;
}
/* 民盟概况 */
.bigleft{
	width: 1011px;
	float: left;
	 
}
.bigleft1{
	background:url(../images/back.png) no-repeat;height:758px;background-position:0 300px;
}

.surveynav{
	background:url(../images/navtop.png) top no-repeat #f1f1f1;
	width: 250px;
	border: 1px solid #fff;
	float: left;
	margin-right: 12px;
	padding-top: 15px;

}
.surveynav ul{
	background:url(../images/navbottom.png) bottom no-repeat;
	padding: 0 12px 15px;
}
.surveycontent{
	width: 731px;
	float: left;
	background: #f2f2f2;
}
#intro{
	width: 83%;
    margin: 20px auto;
    text-align: left;
    line-height: 22px;
    text-indent: 2em
}
#inscription{
	margin-top:35px;
	
}
.surveynav ul li{
	line-height: 40px;
	font-size: 16px;
	color: #535353;
	background: url(../images/navicon.png) 20px center no-repeat;
	padding:  0 20px 0 40px;
	border-top: 1px #fff solid;
	border-bottom: 1px #e3e3e3 solid;
}
.surveynav ul li a{
	color: #535353;
}
.surveynav ul li:hover,.surveynav ul li.surveycurrent{
	background: url(../images/naviconC.png) 20px center no-repeat;
	color: #2f72b6;
	font-weight: bold;
}
.surveynav ul li:hover a,.surveynav ul li.surveycurrent a{
	color: #2f72b6;
	font-weight: bold;
	text-decoration: none;
}
.surveycontentD{
	text-align: center;
	padding: 42px 0 70px;
}


.surveycontentD dl{
	width: 448px;
	margin: 0 auto;
	
}
.surveycontentD dl dd{
	line-height: 22px;
	margin: 18px 0 30px;
	text-align: left;
}
/*历任中央委员会*/
	.committee{
		padding:30px;
	}
	.committee li{
		line-height:33px;
	}
	.committee li a{
		background: url(../images/newsicon2.png) left center no-repeat;
		    padding-left: 15px;
	}
	.committee .date{
		float:right;
		color:#777;
	}

/* 中央盟讯 */
.centraltop{
	padding: 4px 0 16px 32px;
	background: #f2f2f2;
	width: 964px;
}
.centraltop img{
	float: left;
	width:186px;
	height:262px;
	margin-top:12px;
}
.centraltopR{
	margin: 0 30px;
	float: left;
	width: 718px;
}
.centraltopR h3{
	border-bottom: 1px dashed #c9c9c9;
	font-size: 16px;
	color: #2f2d2d;
	line-height: 50px;
	font-weight: bold;
	margin: 16px 0;
	margin-top:4px;
}
.centraltopR h3 span{
	float: right;
	font-size: 14px;
	color: #424242;
	font-weight: normal;
}
.centraltopR p{
	line-height: 30px;
}
.centraltopR div{
	position: relative;
	line-height:15px;
}
.centraltopR a.knowmore{
	position: absolute;
	bottom: 0;
	right: 0;
}
.centralbotm{
	border: 1px solid #d7d7d7;
	padding: 20px 24px;
	width: 946px;
	margin: 15px 0 0;
}
#centralselect{
	display: block;
	width: 219px;
	height: 38px;
	border: 1px solid #d7d7d7;
	margin: 0 auto 26px;
	padding: 0 0 0 14px;
	color: #424242;
}
.centrallist{
	border-top: 1px dashed #d7d7d7;
	padding: 30px 0 0;
}
.centrallist li{
	width: 104px;
	float: left;
	margin: 0 26px;
	text-align: center;
	line-height: 36px;
}


/* 历史文献 */
.Historycontent{
	background: #fff;
	border: 1px solid #d7d7d7;
}
/* 图片资料 */
.Picturenav{
	width: 206px;
	float: left;
	padding: 10px 12px;
}
.Picturenav h5{
	font-weight: bold;
	color: #535353;
	background: url(../images/jia.png) left center no-repeat;
	margin: 10px 0;
	padding: 0 0 0 26px;
}
.Picturenav h5.Pcurrent{
	background: url(../images/jian.png) left center no-repeat;
	color: #2f72b6;
}
.Picturenav div{
	display: none;
}
.Picturenav div p{
	line-height: 30px;
	font-size: 12px;
	padding: 0 0 0 40px;
	cursor: pointer;
}
.Picturenav div p:hover{
	color: #2f72b6;
}
.PictureD{
	width: 500px;
	float: left;
	height: 680px;
	margin: 20px 0 0 0;
}

/* 组织建设 */
#Organization .Political-content{
	padding:30px 20px;
}
/* .Organization .news-details a{
	width: 
} */
.Organization-in{
	width: 504px;
	float: left;
}

#Social-services .Political-content .news-details{
	height: 150px;
}
/* 统战新闻 */
#United-News{
	position: relative;
	padding: 15px 0;
}
#United-News .news-details{
	height: 600px;
	overflow: hidden;
}
#United-News ol li{
	width: 50%;
	float: left;
}
#line{
	position: absolute;
	border-left: 1px dashed #dcdcdc;
	height: 600px;
	top: 20px;
	left: 50%;
}

/* 机关建设 */
.InstitutionList .news-details{
	height: 600px;
	overflow: hidden;
}


/* 视频广角页面 */

.videopage h2{
	height: 44px;
    background: #f5f5f5;
    border-bottom: 1px solid #2f72b6;
    border-top: 1px solid #d7d7d7;
    padding: 6px 0 0 6px;
}
.videopage h2 a{
	display: block;
	height: 44px;
	line-height: 44px;
	background: #cecece;
	font-size: 22px;
	color: #666666;
	padding:0 36px;
	float: left;
	margin: 0 1px 0;

}
.videopage h2 a.videocurrent{
	background: #2f72b6;
	color: #fff;
}
.videopage h2 a:hover{
	text-decoration: none;
}
.videolist{
	position: relative;
	padding:26px 0 0;
}

.videolist dl{
	width: 50%;
	float: left;
	margin: 0 0 40px;
}
.videolist dl dt{
	width: 135px;
	float: left;
	height: 104px;
	padding: 0 0 0 30px;
}
.videolist dl dt img{
	height:95px;
	width:100%;
}
.videolist dl dd{
	width: 270px;
	float: left;
	padding:6px 20px 0 10px;
	position: relative;
	height: 104px;
}
.videolist dl dd p{
	line-height: 26px;
	font-size: 14px;
	color: #666666;
	max-height: 52px;
	overflow: hidden;
}
.videolist dl dd a.thickbox{
	position: absolute;
	bottom: 20px;
	font-size: 12px;
	color: #2f72b6;
	cursor: pointer;
}
.videolist #line{
	height: 420px;
	top: 26px;
}


.videoplaylist{
	width: 640px;
	height: 520px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -260px 0 0 -320px;
	/* background: #fff; */
	background: #2f72b6;
	display: none;
	z-index: 9999;
}
.videoplaylist .videoclose{
	height: 46px;
	line-height: 46px;
	background: #2f72b6;
	margin: 0 0 2px;
}
.videoclose span{
	height: 46px;
	width: 70px;
	text-align: center;
	color: #fff;
	float: right;
	cursor: pointer;
}
/* 弹层 */
#bgbg{
	width: 100%;
	height:100%;
	background: rgba(255,255,255,0.3);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/*联系我们*/
#allmap{
	width: 600px;
    height: 500px;
    border: 1px solid rgb(136, 136, 136);
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
    color: rgb(0, 0, 0);
    text-align: left;
    background-color: rgb(243, 241, 236);
}
.contactUS{
	margin:0 auto;
	width:600px;
	margin-top:20px;
}
.contactUS a{
	text-decoration: underline;
	color:blue;
}
.contactUS p{
	line-height:24px;
}
.newBannerO{
	width: 100%;
}
.newBannerO ul{
	margin-right: -8px;
	margin-left: -8px;
}
.newBannerO ul li{
	float: left;
	width: 50%;
	padding: 0 8px;
	box-sizing: border-box;
}
.newBannerO img{
	width: 100%;
}
@media screen and (max-width: 767px) {
	.mb{
		display:block;
	}
}